home *** CD-ROM | disk | FTP | other *** search
- // common.h
- //
- // common header files that are precompiled as saved for all PowerTCP components...
- //
-
- #pragma warning (disable:4100 4355 4699 4706)
- #define STRICT
- #include <windows.h>
- #include <stdio.h> // for size_t
- #include <windowsx.h> // for all _f* functions in windows NT
- // #include "..\include\strings.h" // for our string manipulation functions
-